Welcome![Sign In][Sign Up]
Location:
Search - i2c pic

Search list

[SCMAT24c08

Description: 用PIC单片机的I2C接口读写片外EEPROM(AT24C08,也可以直接用到AT24C01/02/04/16)-PIC microcontroller with the I2C interface writable EEPROM chip (AT24C08. can be used directly AT24C01/02/04/16)
Platform: | Size: 1024 | Author: 邓国理 | Hits:

[ARM-PowerPC-ColdFire-MIPSPIC_Hi-Tech_C_Mike_Pearces_I2C_routines

Description: A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These functions are single master only functions, and are ideal for communicating with things like EEPROMs, LCD Drivers, ADC Converters etc-A complete set of bit banged, software driven I2C routines I created for any PIC device- and they work!! These functions are single master only functions, and are ideal for communicating with things like EEPROMs, LCD Drivers, ADC Converters etc
Platform: | Size: 52224 | Author: zuoyong | Hits:

[ARM-PowerPC-ColdFire-MIPSPIC_Hi-Tech_C_I2C_for_EEPROM_24LC01B

Description: Example code for I2C, routines for PIC16F877 to write to the 24LC01B EEPROM, using the PICDEM 2 demo board from Microchip.-Example code for I2C, routines for PIC16F877 to write to the 24LC01B E EPROM. using the PICDEM 2 demo board from Microchip.
Platform: | Size: 5120 | Author: zuoyong | Hits:

[SCME-lock

Description: 本文介绍了一种电子密码锁的实现。该电子密码锁采用1一wire总线芯片Ds2401作为密匙,锁体采用高可靠性的单片机PIC16c63来完成密码识别和开锁控制,用I2C总线接口的EEPROM 芯片AT24c02来完成密码的存储和修改,可 掉电保存密码。整个系统安全可靠,稳定性高。-This paper introduces an electronic code lock realize. The electronic locks used one chip one wire bus Ds2401 as key, lock body for high reliability PIC16C63 microcontroller identification and password to complete the unlock control, with I2C bus interface EEPROM chip AT24C02 to complete the password storage and revised down to save the password. The entire system is safe and reliable, high stability.
Platform: | Size: 128000 | Author: zhaozhenyu | Hits:

[SCMRS232-I2C

Description: 该程序利用单片机完成数据在串口与SMBus总线(即I2C)之间的转发,即将串口接收到的数据通过I2C转发出去,将I2C接收到的数据通过串口转发出去-Completion of the program using single-chip data with the SMBus serial bus (that is, I2C) between the transponder, is about to receive serial data transmitted out through the I2C will receive I2C data out through the serial port forwarding
Platform: | Size: 29696 | Author: chenfalin | Hits:

[SCMi2ceeprom

Description: PIC单片机的I2C通信程序 C语言版本-PIC MCU I2C communication program C language version
Platform: | Size: 3072 | Author: 肖海涛 | Hits:

[SCM2345

Description: PIC18系列单片机,I2C,AD,PWM等C语言程序实例。-PIC18 family of single-chip, I2C, AD, PWM, etc. Examples of C language programming.
Platform: | Size: 2048 | Author: 益青 | Hits:

[Other Embeded programI2Cinout

Description: pic-I2C的同步串行输入输出驱动程序 -pic-I2C synchronous serial input and output driver
Platform: | Size: 17408 | Author: | Hits:

[SCMbcq

Description: 这里介绍的一款多功能编程器,功能强大,支持大多数常用的EPROM, EEPROM, FLASH, I2C,PIC, MCS-51,AVR, 93Cxx等系列芯片(超过400种)。硬件成本较低,性价比很高。-Here to introduce a multi-function programmer of the powerful to support the most commonly used in EPROM, EEPROM, FLASH, I2C, PIC, MCS-51, AVR, 93Cxx series of chips (more than 400 kinds). Hardware cost is lower, the high cost.
Platform: | Size: 7489536 | Author: usbusb01 | Hits:

[Otheri2c

Description: dspic33f 的I2C模块访问代码 是微芯公司官方提供的程序-dsPIC33F s I2C access code module is Chipscreen company official procedures
Platform: | Size: 143360 | Author: 吴勇 | Hits:

[SCMMicrochip_I2C_EEPROM

Description: Microchip的PIC单片机应用,关于I2C协议的EEPROM驱动及硬件设计-Microchip s PIC single-chip applications, the EEPROM on the I2C protocol drivers and hardware design
Platform: | Size: 192512 | Author: ParkerWang | Hits:

[SCMI2CFM3130

Description: 用单片机的I/O口模拟I2C协议 I2C用IO模拟程序网上范例最多的就是51的程序了,这些范例的正确性无需怀疑.但是如果直接以它为蓝本将它"AVR化",一不留神,就会有点问题了. 这要从I2C的硬件规范和AVR及51单片机的IO口说起.I2C要求SCL,SDA二线都有 线与 功能,即I2C驱动口应该是 漏极开路 电路,其高电平的维持是靠上拉电阻来实现的, 而低电平则需要驱动口的强下拉能力. 51单片机IO口正好完全符合这个特性.写起I2C驱动颇为得心应手.但是AVR的IO口强大了,它输出的高电平是实实在在的高电平,而不是靠什么上拉电阻来提供,只有10mA都不到的电流!于是如果直接使用 PORTB_Bit0 = 1这样的操作,就不能满足I2C的线与功能了,如果此时有别的设备要将SCL或者SDA拉低,那么结果就是二个IO口打架,谁赢谁输不得而知,时间长了,多半是两败俱伤,芯片发热吧. 当然AVR的IO口自然有办法满足I2C的电气特性要求,不就是不能输出1么,那么用它的高阻状态即可(DDRB_Bit0=0,PORTB_Bit0=0即可),要输出0么(DDRB_Bit0=1,PORTB_Bit0=0).
Platform: | Size: 1576960 | Author: sanke | Hits:

[Documentspic16f877

Description: pic16f877 的SCI 和 I2C 程序原始代码-PIC16F877 procedures of the SCI and I2C source code
Platform: | Size: 2048 | Author: chenglong | Hits:

[Embeded-SCM Developpic_i2c

Description: PIC16F877的I2C程序包,可直接使用-PIC16F877
Platform: | Size: 2048 | Author: wuxushuo | Hits:

[SCMp18_i2c

Description: PIC系列单片机的I2C通讯的样例程序-PIC series MCU I2C communication sample program
Platform: | Size: 25600 | Author: qlb | Hits:

[OtherI2C

Description: I2C最经典的技术文档集合,包括了总线规范、协议、设计应用。-I2C most classic collection of technical documentation, including a bus norms, protocols, design applications.
Platform: | Size: 2480128 | Author: 江望明 | Hits:

[SCMi2c_pic_right

Description: ///*** *** *** * //一、程序说明: //1, 24LC02器件地址是1010000R/W. //2, 数组写入24LC02采取页写方式. //3, 数组code从24LC02读出时采取自由读方式. //4, 采用4.00M晶体。 //5,采用软件I2C。 //二、硬件连接: //1, SDA------->23 pin.(当然你可以任意选择脚位) //2, SCL------->18 Pin.(当然你可以任意选择脚位) //3, PORTB----->数码管的段输出 //4, RD4,RD5,RC6,RC7------->数码管的位输出(数码管为共阴极) -///*******************// A description of the procedures:// 1, 24LC02 device address is 1010000R/W.// 2, write an array to take 24LC02 page write mode.// 3, the array read out the code from the 24LC02 to take a free read.// 4, using 4.00M crystal.// 5, using software I2C.// Second, the hardware to connect:// 1, SDA-------> 23 pin. (Of course, you can choose to pin)// 2, SCL-------> 18 Pin. (Of course You can choose pin)// 3, PORTB-----> digital tube output segment// 4, RD4, RD5, RC6, RC7-------> digital pipe-bit output (digital tube for a total of cathode)
Platform: | Size: 2048 | Author: lm | Hits:

[Embeded-SCM Developtsl2561

Description: 该程序是pic单片机程序,里面含有主从单片机i2c通讯程序。开发环境就是pic单片机的那个专用开发环境。单片机c程序,仅供大家参考。-The program is pic Singlechip procedure, which contains a single-chip i2c master-slave communication procedures. Development environment that is dedicated pic SCM development environment. Singlechip c procedures for your reference.
Platform: | Size: 211968 | Author: 刘柱 | Hits:

[SCMpicCchengxu

Description: pic单片机的几个c语言源程序,包括ad,pwm,i2c等程序-pic Singlechip several c language source code, including the ad, pwm, i2c procedures
Platform: | Size: 888832 | Author: songzhenguo | Hits:

[Windows Developf4520_m_s_v2

Description: I2C master and slave program with PIC.
Platform: | Size: 4096 | Author: jlian | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net